'宣言
Public Overridable Function AsFilteredBound(Of TKey)( _ ByVal keySelector As System.Linq.Expressions.Expression(Of Func(Of T,TKey)) _ ) As FilteredView(Of T)
public virtual FilteredView<T> AsFilteredBound<TKey>( System.Linq.Expressions.Expression<Func<T,TKey>> keySelector )
パラメータ
- keySelector
- 指定されたビュー項目に対してフィルタ処理を行うためのキー値を返す関数。
型パラメータ
- TKey
- フィルタ処理に使用される値の型。
戻り値の型
条件を満たすキーを持つこのビューの要素を含む FilteredView<T>。